added Feb 2001 SDK
[windows-sources.git] / shared source / sscli20 / tools / binplace / binplace.rc
blob5f8c88423a4638360278b3f3cd1e65eb750a38bc
1 // ==++==
2 //
3 //   
4 //    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
5 //   
6 //    The use and distribution terms for this software are contained in the file
7 //    named license.txt, which can be found in the root of this distribution.
8 //    By using this software in any fashion, you are agreeing to be bound by the
9 //    terms of this license.
10 //   
11 //    You must not remove this notice, or any other, from this software.
12 //   
14 // ==--==
15 #include <windows.h>
16 #include <ntverp.h>
18 #define VER_FILETYPE    VFT_APP
19 #define VER_FILESUBTYPE VFT2_UNKNOWN
20 #define VER_FILEDESCRIPTION_STR     "Windows NT Image Releaser"
21 #define VER_INTERNALNAME_STR        "binplace.exe"
22 #define VER_ORIGINALFILENAME_STR    "binplace.exe"
24 #include "common.ver"